This page last changed on May 31, 2006 by tcarlson.

The configuration provided is for the SeeBeyond ICAN IQManager JMS Server. Note the values in [ ] (square brackets), these should be replaced by values relevant to your installation.

<connector name="jmsConnector" className="org.mule.providers.jms.JmsConnector">
    <properties>	    
        <property name="jndiInitialFactory" 
	          value="com.stc.is.naming.NamingContextFactory"/>
        <!-- port 18006 is the default, change it in the SeeBeyond designer -->
        <property name="jndiProviderUrl" value="[ServerName]:18006"/>
        <property name="connectionFactoryJndiName"
                  value="/jms/connectionfactory/queue/[LogicalHostName]_[JMS iqManager Name]" />
    </properties>
</connector>

For a topic, the connectionFactoryJndiName would be /jms/connectionfactory/topic/[LogicalHostName]_[JMS iqManager Name].

You will need the following jars and files from the Java ApiKit on your classpath:

  • com.stc.jmsis.jar
  • fscontext.jar
  • providerutil.jar
  • jms.jar
  • jta.jar
  • log4j.jar
  • log4j.properties

Thanks to Brian Kalbfus for contributing this configuration.

Document generated by Confluence on Nov 27, 2006 10:27